home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Utilities / DeAL! 1.3 folder / Read me! 1.3 < prev   
Text File  |  1996-01-15  |  7KB  |  172 lines

  1. DeAL!
  2. Disk'em all!
  3. Drag and Drop utility to combine files and folders to floppy-disks.
  4.  
  5. The story so far ...
  6. After starting downloading files from the Internet,
  7. I had a lot of files on my small HD and soon ran out of disk-space.
  8. So I put the unused archives on floppy-disks.
  9. Hundreds of files later, I got tired of manually fit them on diskettes.
  10. So the idea of this little application came up.
  11.  
  12. How does it work?
  13. When you drop a number of files and or folders on DeAL!, they are combined
  14. to folders of the selectable size of a disk . The folders are created
  15. in the same directory as the files dropped on DeAL!. If a file is too big to fit on
  16. a disk, it is moved in a folder called "too big!".
  17. The number of files processed is currently limited to 1000 (one thousand).
  18. (Have you ever selected more than a thousand files in the finder?)
  19. Don't worry about dropping more than a thousand files on DeAL!,
  20. the rest above will not be processed and stays where it came from.
  21.  
  22. How to use
  23. Just drop some files or folders on DeAL!.
  24. If you option-drag files on DeAL!, a dialog will come up.
  25.  
  26.   
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. In the dialog you can select the disksize (1440k, 800k, Other ..., Get from Disk)
  37. When you select 'Other', a new dialog comes up in which you can enter a byte size.
  38. When you select 'Get from Disk', the sizes will be taken from a disk that you select.
  39. When you check 'Walk folders', every folder is processed recursively for files
  40. instead of being moved at a whole.
  41.  
  42. File-menu
  43.  
  44. DeAL! Folder
  45. Here you can select a folder to be DeALt.
  46. Don't forget to check 'Walk folders' in the Options-dialog.
  47.  
  48. Preferences
  49. When you start DeAL! by double-clicking, you can select Preferences under the
  50. File-menu. The size entered in the Preferences will be read in everytime you
  51. use DeAL!.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. When you hit the 'Get'-button, the sizes will be taken from a disk that you select.
  65.  
  66. Disclaimer
  67. This is a quick and dirty hack, this is also my first C program ever.
  68. Don't worry about your files. (Never listen to someone who tells you Don't worry)
  69. They are just moved in another folder. So there should be no data loss at all.
  70.  
  71. Use at your own risk!
  72. This is Freeware!
  73. I take no responsibility for any damage caused by this application.
  74.  
  75. Credits
  76. DeAL! is based on DropShell.
  77. So thanks go out to Leonard Rosenthol, Marshall Clow and Stephan Somogyi.
  78. Also thanks to the people who gave me feedback on DeAL.
  79. Special thanks to FDj for giving programming help.
  80.  
  81. Version history
  82. 1.3    PREFERENCES FORMAT HAS CHANGED!
  83.         So please trash your DeAL! preferences or save it again,
  84.         else DeAL! may crash.
  85.        Now the Blocksize is selectable from 512 to 20480 bytes
  86.        Now the disk- and blocksize can be read from a disk that
  87.         you select, so that it not has to be entered by hand.
  88.         Note: If you read the disk- and blocksize from a disk
  89.               and select 'Other' to display it, blocksizes over
  90.               20480 are not shown in the pop-up (only 20480 will
  91.               be shown), but it will be handled correctly internally,
  92.               as long as you don't change the pop-up.
  93.        Now there's a DeAL! Folder Option under the File menu
  94.        Now DeAL! is faster
  95.  
  96. 1.2    Now Preferences are used.
  97.        Now DeAL! has a progress indicator.
  98.        Now the size-select dialog only comes up with option-drag.
  99.  
  100. 1.1.1  Now the Blocksize is selectable from 512 to 10240 bytes
  101.         But only for the custom size. The blocksize of the predefined
  102.         disksizes is 512 bytes.
  103.         I hope you know the blocksize of your disks.
  104.         If you really need a larger blocksize, add it yourself:
  105.          Take ResEdit or a similar utility.
  106.          Edit MENU-resource 131, add a new menu item.
  107.          Remember that you need to do that in steps.
  108.          If you want to add a 11264 size, you have to add
  109.          a 10752 and a 11264 item (in that order).
  110.        Now copy&paste is supported for entering the custom size.
  111.  
  112.        When entering the custom size be beware of selecting no size
  113.        >2147483647. If you enter a greater size you may get a incorrect
  114.        size. You can check that by selecting 'Other ...' again.
  115.  
  116. 1.1    Now you can select different sizes in the startup-dialog.
  117.         (1440k=1448448 bytes, 800k=803328 bytes, Other...)
  118.         The predefined sizes are the number of free bytes on a newly
  119.         formatted disk.
  120.        Now you no longer encounter these 'additional needed' errors.
  121.         DeAL! now takes the block allocation in account while
  122.         calculating the sizes. The block-size is 512 bytes.
  123.         DeAL! will not function properly on disks that have a greater
  124.         block-size.
  125.         Beware: You could encounter 'Disk full' errors during copying a DeALt         
  126.                 folder to a disk, due to the catalog-trees on HFS-disks.
  127.                 I had these errors only on 800k disks with many files.
  128.                 This happens because the OS sometimes needs to create
  129.                 an additional catalog-tree on the disk, which takes
  130.                 about 6k on 800k disks. 
  131.                 1440k disks have a larger initial tree-size, so it should
  132.                 not happen there.
  133.                 I will take a look at this when I have nothing else to do.
  134.                 My current thought on this is, that I just will lower the
  135.                 predefined 800k size.
  136.        Now you can 'Walk folders'.
  137.         The folders are processed recursively.
  138.         Notice: Empty folders are not deleted
  139.                 you must trash the empty folders by hand.
  140.  
  141. 1.0.3  Changed the disksize back to 1440000 bytes.
  142.         Some people had trouble with the new disksize, so I changed it
  143.         back to the old value.
  144.  
  145. 1.0.2  Changed the behaviour of DeAL!
  146.         It no longer put files in already existing folders, so that
  147.         you no longer get folders > 1.4MB. Instead it will fill up the
  148.         existing ones and continues with subsequent new ones.
  149.        Changed the disksize to 1447000 bytes.
  150.  
  151. 1.0.1  Now you can drop folders on DeAL!
  152.        The Icon has also been updated to reflect the new feature.
  153.        (You may have to rebuild your desktop to see the new one)
  154.  
  155. 1.0    This is the first release.
  156.        FAT-binary. I have no PPC, so the PPC-code is not tested.
  157.        Feel free to give me a PPC.
  158.  
  159.  
  160.  
  161.  
  162. This is Freeware! There are no fees for using this software.
  163. But if you are a shareware author, feel free to give me a registration of your product
  164. or to write a better version of this application.
  165.  
  166. Send comments, suggestions, bug-reports etc. to
  167. tessar00@marvin.informatik.uni-dortmund.de
  168.  
  169.  
  170. DeAL!
  171. Disk'em ALL!
  172. © 1995 by Martin Tessarek